@charset "UTF-8";
/*--------------------通用---------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label.error {
  text-indent: -9999999px;
  display: none !important;
}

p, h2, h3, h4 {
  margin: 0;
  line-height: 1;
}

ul, ol {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #19bdf0;
}

.fwb {
  font-weight: bold;
}

.op0 {
  opacity: 0;
}

.font-en {
  font-family: "微软雅黑";
}

.wenyue-cn {
  font-family: "wenyue";
}

.timesroman {
  font-family: "Times New Roman";
}

/*--------------------dufault---------------------*/
body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

.wrap {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
}

.header-block {
  width: 100%;
  height: 146px;
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: none;
}

img {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  *zoom: 1;
}

/******************************************************* DEFAULT END */
/***
*** header ***
***/
.header {
  height: 100px;
}

.header .logo {
  padding-top: 9px;
  padding-left: 36px;
}

.header .menu {
  height: 100px;
  line-height: 100px;
}

.header .menu > ul li {
  float: left;
  position: relative;
}

.header .menu > ul li a {
  display: block;
  height: 100px;
  padding: 0 25px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.header .menu > ul li ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
}

.header .menu > ul li ul li {
  float: none;
}

.header .menu > ul li ul li a {
  display: block;
  padding: 0;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.header .menu > ul li ul li a:hover {
  background: #19bdf0;
  color: #fff;
}

.header .menu > ul .on, .header .menu > ul > li:hover {
  background: url("/templets/images/list-ico.jpg") no-repeat top center;
  color: #19bdf0;
}

/******************************************************* HEADER END */
/***
*** index ***
***/
.index-banner .swiper-container {
  width: 100%;
  min-width: 1400px;
}

.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-banner .swiper-slide img {
  width: 100%;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.index-banner .swiper-button-next {
  right: 55px;
  border-radius: 5px;
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev {
  left: 55px;
  border-radius: 5px;
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-next:hover {
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev:hover {
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-pagination-bullet-active {
  background: #19bdf0;
}

.index-hot {
  padding-top: 50px;
}

.index-hot .hot-tit {
  text-align: center;
}

.index-hot .hot-tit .tit {
  font-size: 22px;
  line-height: 30px;
  color: #333;
}

.index-hot .hot-tit .littit {
  font-size: 18px;
  line-height: 26px;
  color: #19bdf0;
  font-weight: 600;
}

.index-hot .hot-tit .pic img {
  margin: 0 auto;
}

.index-hot .hot-list {
  padding-top: 40px;
}

.index-hot .hot-list li {
  text-align: center;
  width: 25%;
  float: left;
  padding: 20px 0;
  border-right: 1px solid #eaeaea;
}

.index-hot .hot-list li .tit {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.index-hot .hot-list li .pic {
  position: relative;
}

.index-hot .hot-list li .pic img {
  margin: 0 auto;
}

.index-hot .hot-list li .pic .pic-hov {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 153px;
  height: 153px;
  margin-left: -76.5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.index-hot .hot-list li .pic .pic-hov img {
  margin-top: 51.5px;
  width: 50px;
  height: 50px;
}

.index-hot .hot-list li:nth-child(4) {
  border-right: none;
}

.index-about {
  margin-top: 100px;
  height: 399px;
  background: url("/templets/images/about-bg.jpg") no-repeat center center;
  background-size: 1920px 399px;
}

.index-about .about-info {
  color: #fff;
  position: relative;
}

.index-about .about-info .tit {
  padding-top: 100px;
  font-size: 24px;
  font-weight: 600;
}

.index-about .about-info .tit span {
  font-size: 14px;
  font-weight: 400;
}

.index-about .about-info .cont {
  width: 690px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 33px;
}

.index-about .about-info .more {
  display: block;
  margin-top: 30px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  color: #ff7da9;
}

.index-about .about-info .more:hover {
  background: #ff7da9;
  color: #fff;
}

.index-education {
  padding: 70px 0 95px;
}

.index-education .edu-tit {
  text-align: center;
}

.index-education .edu-tit .tit {
  font-size: 22px;
  line-height: 30px;
  color: #333;
}

.index-education .edu-tit .littit {
  font-size: 18px;
  line-height: 26px;
  color: #19bdf0;
  font-weight: 600;
}

.index-education .edu-tit .pic img {
  margin: 0 auto;
}

.index-education .edu-content {
  padding-top: 50px;
}

.index-education .edu-list li {
  float: left;
  width: 50%;
}

.index-education .edu-list li .new-tit {
  line-height: 30px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}

.index-education .edu-list li .new-tit::before {
  content: "";
  height: 6px;
  width: 6px;
  background: #19bdf0;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 12px;
}

.index-education .edu-list li a:hover .new-tit {
  color: #19bdf0;
}

/******************************************************* INDEX END */
/***
*** page ***
***/
.banner .banner-box {
  display: none;
}

.banner .banner-box img {
  width: 100%;
}

.page-tit {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 45px 0;
  color: #333;
}

.page-tit::after {
  content: ".";
  font-size: 0;
  display: block;
  margin: 30px auto 0;
  height: 0;
  width: 56px;
  border-bottom: 2px solid #19bdf0;
}

/*** page-about关于我们页面 ***/
.page-about .about-us {
  padding-bottom: 60px;
  border-bottom: 1px dashed #dfdfdf;
}

.page-about .about-us .cont {
  padding-top: 10px;
  width: 50%;
  padding-left: 30px;
}

.page-about .about-us .cont p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

.page-about .about-us .pic {
  width: 50%;
  padding-right: 30px;
}

.page-about .about-us .pic img {
  width: 90%;
  margin-left: 8%;
  border-radius: 20px;
}

.page-about .pinpai {
  padding: 60px 0;
}

.page-about .pinpai .pinpai-tit {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 45px 0;
  color: #333;
}

.page-about .pinpai .pinpai-tit::after {
  content: ".";
  font-size: 0;
  display: block;
  margin: 30px auto 0;
  height: 0;
  width: 56px;
  border-bottom: 2px solid #19bdf0;
}

.page-about .pinpai .pinpai-l {
  width: 400px;
  margin-left: 30px;
}

.page-about .pinpai .pinpai-l img {
  width: 100%;
}

.page-about .pinpai .pinpai-r {
  width: 680px;
  padding-top: 15px;
  margin-right: 30px;
}

.page-about .pinpai .pinpai-r p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

.page-about .content-us {
  padding: 50px 0;
}

.page-about .content-us .cont {
  padding-left: 30px;
}

.page-about .content-us .cont .cont-info {
  font-size: 16px;
  margin-bottom: 30px;
}

.page-about .content-us .cont .cont-info p {
  line-height: 30px;
}

.page-about .content-us .cont-pic li {
  width: 120px;
  float: left;
  margin-right: 20px;
}

.page-about .content-us .cont-pic li img {
  width: 100%;
}

.page-about .content-us .cont-pic li .tit {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.page-about .content-us .content-from .cont-tit {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}

.page-about .content-us .content-from .liuyan .inp-box {
  width: 450px;
  margin-bottom: 15px;
}

.page-about .content-us .content-from .liuyan .inp-box input {
  width: 100%;
  height: 40px;
  text-indent: 10px;
  font-size: 14px;
}

.page-about .content-us .content-from .liuyan .inp-box textarea {
  width: 100%;
  height: 100px;
  text-indent: 10px;
  font-size: 14px;
  padding-top: 10px;
  font-family: '微软雅黑';
}

.page-about .content-us .content-from .liuyan .coolbg {
  width: 150px;
  height: 40px;
  background: #19bdf0;
  border: 0;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

/*** page-product产品列表页面 ***/
.page-product .product-list ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.page-product .product-list ul li a {
  display: block;
  width: 98%;
  margin: 0 auto;
  border: 1px solid #eee;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.page-product .product-list ul li a .pro-pic {
  width: 100%;
  overflow: hidden;
}

.page-product .product-list ul li a .pro-pic img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-product .product-list ul li a h3 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  background: #f7f7f7;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 1;
  color: #333;
}

.page-product .product-list ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-product .product-list ul li a:hover h3 {
  background: #19bdf0;
  color: #fff;
}

.art-product .pro-content {
  padding-bottom: 50px;
}

.art-product .pro-tit {
  width: 1200px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  color: #444;
  border-bottom: 1px solid #eee;
}

.art-product .pro-body {
  padding-top: 30px;
  width: 1000px;
  margin: 0 auto;
  color: #555;
}

.art-product .pro-body img {
  margin: 0 auto;
  max-width: 1000px;
}

.art-product .pro-body p {
  line-height: 30px;
}

.art-product .pro-body table {
  border-collapse: collapse;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.art-product .pro-body table td {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  font-size: 16px;
  height: 36px;
  font-family: "微软雅黑";
  vertical-align: middle;
  text-align: center;
}

.art-product .pro-body a {
  color: #555;
}

.art-product .pro-body a:hover {
  color: #19bdf0;
}

.art-product .prenext {
  padding: 30px 0;
  margin-bottom: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.art-product .prenext a {
  display: inline-block;
  width: 33%;
  text-align: center;
  color: #555;
}

/*** page-news新闻页面 ***/
.page-news {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
}

.page-news .new-tit {
  font-size: 60px;
  font-family: 'Montserrat';
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 38px 0 0;
}

.page-news .new-tit span {
  color: #58ad70;
}

.page-news .new-tit::after {
  content: ".";
  font-size: 0;
  display: block;
  margin: 47px auto 0;
  height: 0;
  width: 56px;
  border-bottom: 1px solid #58ad70;
}

.page-news .news-list {
  margin-bottom: 50px;
}

.page-news .news-list li {
  position: relative;
  padding: 20px 40px 32px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.page-news .news-list .txt {
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .tit {
  width: 500px;
  font-weight: 600;
  margin: 14px 0 3px;
  font-size: 20px;
  line-height: 36px;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 10px;
  font-family: 'Montserrat-SemiBold';
}

.page-news .news-list .date {
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 30px;
  font-family: 'AvantGardeITCbyBT-Book', "å¾®è½¯é›…é»‘";
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: none;
}

.page-news .news-list .description {
  top: 80px;
  width: 900px;
  height: 52px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 16px;
  color: #999;
  line-height: 26px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-news .news-list a {
  display: block;
}

.page-news .news-list li:hover .tit {
  margin-left: 10px;
}

.page-news .news-list li:hover .description, .page-news .news-list .caiyan-news li:hover .tit {
  margin-left: 10px;
}

.page-news .news-list li:hover .date, .page-news .news-list .caiyan-news li:hover .tit {
  color: #333;
}

.page-news .news-list li:hover .description {
  color: #666;
}

/*** news-details新闻内容 ***/
.new-details {
  padding-top: 50px;
}

.new-details h2 {
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
}

.new-details .new-data {
  font-size: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  text-align: center;
  color: #aaa;
}

.new-details .new-info {
  width: 1000px;
  min-height: 491px;
  margin: 0 auto;
  font-size: 18px;
  padding: 50px 0;
}

.new-details .new-info p {
  line-height: 28px;
  color: #555;
}

.new-details .new-info p span {
  line-height: 28px;
}

.new-details .new-info a {
  color: #555;
}

.new-details .prenext {
  padding: 30px 0;
  margin-bottom: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.new-details .prenext a {
  display: inline-block;
  width: 33%;
  text-align: center;
  color: #555;
}

.new-details img {
  margin: 0 auto;
}

.new-details .tj-news {
  margin: 0 auto;
  padding: 30px 0 50px;
}

.new-details .tj-news .tj-container h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}

.new-details .tj-news .tj-container ul {
  display: none;
}

.new-details .tj-news .tj-container li {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 40px;
  color: #555;
}

.new-details .tj-news .tj-container li a {
  display: block;
  width: 90%;
  border-bottom: 1px dashed #ccc;
}

.new-details .tj-news .tj-container li .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-details .tj-news .tj-container li .time {
  color: #aaa;
  font-size: 14px;
  margin-right: 15px;
}

.new-details .tj-news .tj-container li:hover a {
  color: #19bdf0;
}

/******************************************************* PAGE END */
/***
*** product ***
***/
/******************************************************* PRODUCT END */
/***
*** contact ***
***/
/******************************************************* CONTACT END */
/***
*** footer ***
***/
.footer .footer_con {
  padding: 30px 0 15px;
  background: #0070bf;
}

.footer .footer_con .foot-l {
  color: #fff;
}

.footer .footer_con .foot-l p {
  font-size: 14px;
  padding-bottom: 15px;
}

.footer .footer_con .foot-l p a {
  color: #fff;
}

.footer .footer_con .foot-r {
  margin-right: 80px;
}

.footer .footer_con .foot-r li {
  margin-right: 20px;
  float: left;
}

.footer .footer_con .foot-r li .pic {
  width: 120px;
}

.footer .footer_con .foot-r li .pic img {
  width: 100%;
}

.footer .footer_con .foot-r li .tit {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.footer .power {
  padding: 10px 0;
  text-align: center;
}

.footer .power p {
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
}

.footer .power p a {
  color: #aaa;
}

.footer .power .pow-l, .footer .power .pow-r {
  display: inline-block;
}

.footer .power .pow-l {
  text-align: center;
}

.footer .power .pow-r {
  padding-left: 15px;
  vertical-align: middle;
}

.footer .power .pow-r img {
  margin-top: -17px;
}

/******************************************************* FOOTER END */
/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.paging li {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}

.paging li a {
  display: inline-block;
  color: #19bdf0;
  background: #f2f2f2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 3px;
  font-size: 14px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.paging li.thisclass a, .paging li:hover a {
  background: #19bdf0;
  color: #fff;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging li.i a, .paging li.n a, .paging li a.e, .paging li.p a, .paging li.e a {
  text-indent: -9999px;
}

.paging li.i a {
  background: url(../images/paging_btn.png) 7px center no-repeat #f2f2f2;
}

.paging li a.e {
  background: url(../images/paging_btn.png) -152px center no-repeat #f2f2f2;
}

.paging li.e a {
  background: url(../images/paging_btn.png) -152px center no-repeat #f2f2f2;
}

.paging li.p a {
  background: url(../images/paging_btn.png) -32px center no-repeat #f2f2f2;
}

.paging li.n a {
  background: url(../images/paging_btn.png) -100px center no-repeat #f2f2f2;
}

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #19bdf0;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #19bdf0;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #19bdf0;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -32px center no-repeat #19bdf0;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #19bdf0;
}

.banner-box li {
  width: 200px;
  height: 40px;
  background: #ccc;
  margin-left: 10px;
  float: left;
  border-right: 1px solid #000;
}

.banner-box li:nth-child(4) {
  border: none;
}

/*固定侧边拦*/
.float-right-box {
  width: 234px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #333;
  z-index: 1000;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.float-right-box.on {
  width: 50px;
}

.float-right-box .top-list {
  width: 100%;
}

.float-right-box .top-list ul {
  width: 100%;
}

.float-right-box .top-list li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  height: 50px;
}

.float-right-box .top-list a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 51px;
}

.float-right-box .top-list .ico {
  display: inline-block;
  width: 50px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  z-index: 2;
}

.float-right-box .top-list .sc {
  background: #fa052e;
}

.float-right-box .top-list .jdsc {
  background: #e31d1a;
}

.float-right-box .top-list .ico_email {
  background: url(../images/email.png) no-repeat center #333;
}

.float-right-box .top-list .ico_tm {
  background: url(../images/tm-ico.jpg) no-repeat center #fa052e;
}

.float-right-box .top-list .ico_jd {
  background: url(../images/jd-ico.jpg) no-repeat center #e31d1a;
}

.float-right-box .top-list .sc:hover {
  background-color: #fa052e;
}

.float-right-box .top-list .sc:hover .stt {
  color: #fff;
}

.float-right-box .top-list .jdsc:hover {
  background-color: #e31d1a;
}

.float-right-box .top-list .jdsc:hover .stt {
  color: #fff;
}

.float-right-box .top-list .ico1 {
  background: url(../images/ico_58.png) no-repeat center #333;
}

.float-right-box .top-list .ico2 {
  background: url(../images/ico_59.png) no-repeat center #333;
}

.float-right-box .top-list .ico3 {
  background: url(../images/ico_60.png) no-repeat center #333;
}

.float-right-box .top-list .ico4 {
  background: url(../images/ico_61.png) no-repeat center #333;
}

.float-right-box .top-list .ico5 {
  background: url(../images/ico_62.png) no-repeat center #333;
}

.float-right-box .top-list .ico6 {
  background: url(../images/wechaticon.png) no-repeat center #333;
}

.float-right-box .top-list .ico7 {
  background: url(../images/ico_69.png) no-repeat center #333;
}

.float-right-box .top-list .ico8 {
  background: url(../images/icon_sj.png) no-repeat center center #333;
}

.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: 1;
  width: 222px;
}

.float-right-box .top-list li:hover .stt {
  color: #191919;
}

.float-right-box .top-list li:hover .ico_email {
  background: url(../images/email_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico1 {
  background: url(../images/ico_58_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico2 {
  background: url(../images/ico_59_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico3 {
  background: url(../images/ico_60_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico4 {
  background: url(../images/ico_61_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico5 {
  background: url(../images/ico_62_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico6 {
  background: url(../images/wechaticon_on.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico7 {
  background: url(../images/ico_69_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover .ico8 {
  background: url(../images/icon_sj_h.png) no-repeat center center #fff;
}

.float-right-box .top-list li:hover {
  background-color: #fff;
}

.float-right-box .top-list li:hover .img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list .return-webtop .stt {
  font-family: "Arial";
  text-align: left;
  font-weight: bold;
}

.float-right-box .bot-share {
  position: relative;
  height: 50px;
}

.float-right-box .bot-share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  margin: 0;
  padding: 0;
  float: left;
}

.float-right-box .bot-share .share {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.float-right-box .bot-share .sina {
  background: url(../images/ico_63.png) no-repeat center;
}

.float-right-box .bot-share .wx {
  background: url(../images/ico_64.png) no-repeat center;
}

.float-right-box .bot-share .tx {
  background: url(../images/ico_65.png) no-repeat center;
}

.float-right-box .bot-share .more {
  background: url(../images/ico_66.png) no-repeat center;
}

.float-right-box .bot-share a:hover {
  background-color: #525354;
}

.float-right-box .bot-share .share-ico {
  background: url(../images/ico_67.png) no-repeat center #191919;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}

#wechat .img {
  position: absolute;
  right: 234px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 150px;
  height: 150px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  margin-top: -75px;
}

#wechat .img img {
  width: 150px;
  height: 150px;
}

.float-right-box .top-list li:hover #wechat .img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list li.am-gotop {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 0;
}

.float-right-box .top-list li.am-gotopon {
  visibility: visible;
  opacity: 1;
  height: 50px;
}
/*# sourceMappingURL=css.css.map */